home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000001_news@columbia.edu_Wed Mar 29 03:57:16 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29224
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 30 Mar 1995 05:23:03 -0500
  3. Received: by apakabar.cc.columbia.edu id AA06532
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 30 Mar 1995 05:23:02 -0500
  5. Path: news.columbia.edu!news.cs.columbia.edu!news.nyc.pipeline.com!newsjunkie.ans.net!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: script and automatic learning
  9. Message-Id: <1995Mar29.095716.45989@cc.usu.edu>
  10. Date: 29 Mar 95 09:57:16 MDT
  11. References: <JOSEF.95Mar29134858@ltssun1>
  12. Distribution: world
  13. Organization: Utah State University
  14. Lines: 19
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <JOSEF.95Mar29134858@ltssun1>, josef@ltssun1 (Josef Bigun) writes:
  18. > I wonder if it is possible to prepare a
  19. > script file automatically by letting
  20. > kermit watch your actions? 
  21. > Alternatively, is there a way to mark
  22. > automaticaly what one types in when 
  23. > connected to a remote host? When I log
  24. > the session to a file, it does record everything but
  25. > there is no way to know what has been produced by me,
  26. > so that I can use this information, say in an emacs macro,
  27. > to prepare a script file. I use c-kermit 5A.
  28. -----------
  29.     No, there isn't. Such utilities capture raw keystrokes, down
  30. below DOS and the BIOS on DOS machines, don't even dream of this on
  31. non-DOS machines, and stuff them into a file. Clever, and sometimes
  32. useful. The recommended drill is to log a session, then write a short
  33. script based upon the observed dialogue. 
  34.     Joe D.